Package-level declarations
Types
The base model class for an AppBar suggestion.
This data class encapsulates the style and the individual models for a list of buttons for a SuggestAppBarView or its subclass.
Data class for button properties of an AppBar suggestion.
Data class containing the style resources for a button or set of buttons in a AppBar suggestion view both for light and dark themes.
A model class extends SuggestAppBarModel and provides functionality to manage the data and behavior of a SuggestAppBarItemView or its subclass.
A model for the SuggestAppBarItemWhiteCaseView. This class extends SuggestAppBarItemModel and is specifically designed for views that have a white background and require specific styling for their buttons and title.
This model class extends AppBarModel and provides functionality to manage the data and behavior of a SuggestAppBarView or its subclass which designed to show a single suggestion or action page. This class provides functionality to set the title, define action buttons, and handle click events for both the close button and the action buttons.
This model class extends AppBarModel and provides functionality to manage the data and behavior of a ViewPagerAppBarView or its subclass.